Html Css Color HEX #053334 Nordic

📋 copy color: '#053334'

red 5 ◦ green 51 ◦ blue 52

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

Shades of Nordic #053334

Tints of Nordic #053334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 48.15%

R = 4.63%
G = 47.22%
B = 48.15%

CMYK

 C value IS 0.90

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#053334 (or 0x053334) is known color: Nordic. HEX triplet: 05, 33 and 34. RGB value is (5,51,52). Sum of RGB (Red+Green+Blue) = 5+51+52=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 52 (20.70% from 255 or 48.15% from 108); Max value from RGB is 52 - color contains mainly: blue. Hex color #053334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053334 is #FACCCB. Grayscale: #252525. Windows color (decimal): -16436428 or 3420933. OLE color: 3420933.

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

Color convert

RGB 5 51 52 -
CMYK 0.90 0.02 0 0.80
HSL 181.28º 0.82% 0.11% -
HSV(B) 181.28º 0.9% 0.2% -
XYZ 1.87 2.65 3.66 -
YUV 37.36 136.26 104.92 -
System Red Green Blue C M Y K H S L
Decimal 5 51 52 0.90 0.02 0 0.80 181.28 0.82 0.11
Hex 5 33 34 5A 2 0 50 B5 52 B
Octal 5 63 64 132 2 0 120 265 122 13
Binary 101 110011 110100 1011010 10 0 1010000 10110101 1010010 1011

Color Harmonies of #053334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053334

Black with #053334

Text Example


Text Example

White with #053334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053334; }

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

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

background-color css

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

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

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

border-color css

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

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

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