Html Css Color HEX #053037 Nordic

📋 copy color: '#053037'

red 5 ◦ green 48 ◦ blue 55

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

Shades of Nordic #053037

Tints of Nordic #053037

RGB

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

 GREEN value IS 48 (19.14% from 255) = 44.44%

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

R = 4.63%
G = 44.44%
B = 50.93%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#053037 (or 0x053037) is known color: Nordic. HEX triplet: 05, 30 and 37. RGB value is (5,48,55). Sum of RGB (Red+Green+Blue) = 5+48+55=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 55 (21.88% from 255 or 50.93% from 108); Max value from RGB is 55 - color contains mainly: blue. Hex color #053037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053037 is #FACFC8. Grayscale: #232323. Windows color (decimal): -16437193 or 3616773. OLE color: 3616773.

HSL color Cylindrical-coordinate representation of color #053037: hue angle of 188.4º 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 #053037 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 48 55 -
CMYK 0.91 0.13 0 0.78
HSL 188.4º 0.83% 0.12% -
HSV(B) 188.4º 0.91% 0.22% -
XYZ 1.81 2.42 3.99 -
YUV 35.94 138.75 105.93 -
System Red Green Blue C M Y K H S L
Decimal 5 48 55 0.91 0.13 0 0.78 188.4 0.83 0.12
Hex 5 30 37 5B D 0 4E BC 53 C
Octal 5 60 67 133 15 0 116 274 123 14
Binary 101 110000 110111 1011011 1101 0 1001110 10111100 1010011 1100

Color Harmonies of #053037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053037

Black with #053037

Text Example


Text Example

White with #053037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053037; }

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

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

background-color css

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

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

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

border-color css

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

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

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