Html Css Color HEX #053232 Nordic

📋 copy color: '#053232'

red 5 ◦ green 50 ◦ blue 50

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

Shades of Nordic #053232

Tints of Nordic #053232

RGB

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

 GREEN value IS 50 (19.92% from 255) = 47.62%

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

R = 4.76%
G = 47.62%
B = 47.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#053232 (or 0x053232) is known color: Nordic. HEX triplet: 05, 32 and 32. RGB value is (5,50,50). Sum of RGB (Red+Green+Blue) = 5+50+50=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 50 (19.92% from 255 or 47.62% from 105); Max value from RGB is 50 - color contains mainly: green, blue. Hex color #053232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053232 is #FACDCD. Grayscale: #242424. Windows color (decimal): -16436686 or 3289605. OLE color: 3289605.

HSL color Cylindrical-coordinate representation of color #053232: hue angle of 180º 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 #053232 is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 50 50 -
CMYK 0.90 0 0 0.80
HSL 180º 0.82% 0.11% -
HSV(B) 180º 0.9% 0.2% -
XYZ 1.78 2.54 3.41 -
YUV 36.55 135.59 105.5 -
System Red Green Blue C M Y K H S L
Decimal 5 50 50 0.90 0 0 0.80 180 0.82 0.11
Hex 5 32 32 5A 0 0 50 B4 52 B
Octal 5 62 62 132 0 0 120 264 122 13
Binary 101 110010 110010 1011010 0 0 1010000 10110100 1010010 1011

Color Harmonies of #053232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053232

Black with #053232

Text Example


Text Example

White with #053232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053232; }

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

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

background-color css

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

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

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

border-color css

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

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

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