Html Css Color HEX #053237 Nordic

📋 copy color: '#053237'

red 5 ◦ green 50 ◦ blue 55

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

Shades of Nordic #053237

Tints of Nordic #053237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 50%

R = 4.55%
G = 45.45%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#053237 (or 0x053237) is known color: Nordic. HEX triplet: 05, 32 and 37. RGB value is (5,50,55). Sum of RGB (Red+Green+Blue) = 5+50+55=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #053237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053237 is #FACDC8. Grayscale: #252525. Windows color (decimal): -16436681 or 3617285. OLE color: 3617285.

HSL color Cylindrical-coordinate representation of color #053237: hue angle of 186º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053237 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 50 55 -
CMYK 0.91 0.09 0 0.78
HSL 186º 0.83% 0.12% -
HSV(B) 186º 0.91% 0.22% -
XYZ 1.89 2.59 4.01 -
YUV 37.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 5 50 55 0.91 0.09 0 0.78 186 0.83 0.12
Hex 5 32 37 5B 9 0 4E BA 53 C
Octal 5 62 67 133 11 0 116 272 123 14
Binary 101 110010 110111 1011011 1001 0 1001110 10111010 1010011 1100

Color Harmonies of #053237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053237

Black with #053237

Text Example


Text Example

White with #053237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053237; }

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

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

background-color css

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

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

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

border-color css

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

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

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