Html Css Color HEX #053337 Nordic

📋 copy color: '#053337'

red 5 ◦ green 51 ◦ blue 55

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

Shades of Nordic #053337

Tints of Nordic #053337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 45.95%

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

R = 4.5%
G = 45.95%
B = 49.55%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#053337 (or 0x053337) is known color: Nordic. HEX triplet: 05, 33 and 37. RGB value is (5,51,55). Sum of RGB (Red+Green+Blue) = 5+51+55=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 55 - color contains mainly: blue. Hex color #053337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053337 is #FACCC8. Grayscale: #252525. Windows color (decimal): -16436425 or 3617541. OLE color: 3617541.

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

Color convert

RGB 5 51 55 -
CMYK 0.91 0.07 0 0.78
HSL 184.8º 0.83% 0.12% -
HSV(B) 184.8º 0.91% 0.22% -
XYZ 1.94 2.68 4.03 -
YUV 37.7 137.76 104.67 -
System Red Green Blue C M Y K H S L
Decimal 5 51 55 0.91 0.07 0 0.78 184.8 0.83 0.12
Hex 5 33 37 5B 7 0 4E B9 53 C
Octal 5 63 67 133 7 0 116 271 123 14
Binary 101 110011 110111 1011011 111 0 1001110 10111001 1010011 1100

Color Harmonies of #053337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053337

Black with #053337

Text Example


Text Example

White with #053337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053337; }

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

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

background-color css

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

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

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

border-color css

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

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

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