Html Css Color HEX #053333 Nordic

📋 copy color: '#053333'

red 5 ◦ green 51 ◦ blue 51

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

Shades of Nordic #053333

Tints of Nordic #053333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 47.66%

R = 4.67%
G = 47.66%
B = 47.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#053333 (or 0x053333) is known color: Nordic. HEX triplet: 05, 33 and 33. RGB value is (5,51,51). Sum of RGB (Red+Green+Blue) = 5+51+51=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 51 (20.31% from 255 or 47.66% from 107); Max value from RGB is 51 - color contains mainly: green, blue. Hex color #053333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053333 is #FACCCC. Grayscale: #252525. Windows color (decimal): -16436429 or 3355397. OLE color: 3355397.

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

Color convert

RGB 5 51 51 -
CMYK 0.90 0 0 0.8
HSL 180º 0.82% 0.11% -
HSV(B) 180º 0.9% 0.2% -
XYZ 1.84 2.64 3.54 -
YUV 37.25 135.76 105 -
System Red Green Blue C M Y K H S L
Decimal 5 51 51 0.90 0 0 0.8 180 0.82 0.11
Hex 5 33 33 5A 0 0 50 B4 52 B
Octal 5 63 63 132 0 0 120 264 122 13
Binary 101 110011 110011 1011010 0 0 1010000 10110100 1010010 1011

Color Harmonies of #053333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053333

Black with #053333

Text Example


Text Example

White with #053333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053333; }

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

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

background-color css

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

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

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

border-color css

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

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

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