Html Css Color HEX #052C32 Nordic

📋 copy color: '#052C32'

red 5 ◦ green 44 ◦ blue 50

#052C32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #052C32

Tints of Nordic #052C32

RGB

 RED value IS 5 (2.34% from 255) = 5.05%

 GREEN value IS 44 (17.58% from 255) = 44.44%

 BLUE value IS 50 (19.92% from 255) = 50.51%

R = 5.05%
G = 44.44%
B = 50.51%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.80

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#052C32 (or 0x052C32) is known color: Nordic. HEX triplet: 05, 2C and 32. RGB value is (5,44,50). Sum of RGB (Red+Green+Blue) = 5+44+50=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 44 (17.58% from 255 or 44.44% from 99); Blue value is 50 (19.92% from 255 or 50.51% from 99); Max value from RGB is 50 - color contains mainly: blue. Hex color #052C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C32 is #FAD3CD. Grayscale: #202020. Windows color (decimal): -16438222 or 3288069. OLE color: 3288069.

HSL color Cylindrical-coordinate representation of color #052C32: hue angle of 188º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052C32 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 44 50 -
CMYK 0.90 0.12 0 0.80
HSL 188º 0.82% 0.11% -
HSV(B) 188º 0.9% 0.2% -
XYZ 1.54 2.06 3.33 -
YUV 33.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 5 44 50 0.90 0.12 0 0.80 188 0.82 0.11
Hex 5 2C 32 5A C 0 50 BC 52 B
Octal 5 54 62 132 14 0 120 274 122 13
Binary 101 101100 110010 1011010 1100 0 1010000 10111100 1010010 1011

Color Harmonies of #052C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C32

Black with #052C32

Text Example


Text Example

White with #052C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052C32; }

 p { color: rgb(5,44,50); }

 H1.HeaderClassName
 {
   color: #052C32;
 }
 .AnyTagClassName
 {
   color: #052C32;
 }
</style>

background-color css

<style>
 a { background-color: #052C32; }

 a { background-color: rgb(5,44,50); }

 div.DivClassName
 {
   background-color: #052C32;
 }
 .BgClassName
 {
   background-color: #052C32;
 }
</style>

border-color css

<style>
 span { border-color: #052C32; }

 span { border-color: rgb(5,44,50); }

 td.TdClassName
 {
   border-color: #052C32;
 }
 .TagClassName
 {
   border-color: #052C32;
 }
</style>