Html Css Color HEX #053335 Nordic

📋 copy color: '#053335'

red 5 ◦ green 51 ◦ blue 53

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

Shades of Nordic #053335

Tints of Nordic #053335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 48.62%

R = 4.59%
G = 46.79%
B = 48.62%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#053335 (or 0x053335) is known color: Nordic. HEX triplet: 05, 33 and 35. RGB value is (5,51,53). Sum of RGB (Red+Green+Blue) = 5+51+53=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 53 - color contains mainly: blue. Hex color #053335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053335 is #FACCCA. Grayscale: #252525. Windows color (decimal): -16436427 or 3486469. OLE color: 3486469.

HSL color Cylindrical-coordinate representation of color #053335: hue angle of 182.5º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053335 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 51 53 -
CMYK 0.91 0.04 0 0.79
HSL 182.5º 0.83% 0.11% -
HSV(B) 182.5º 0.91% 0.21% -
XYZ 1.89 2.66 3.78 -
YUV 37.47 136.76 104.84 -
System Red Green Blue C M Y K H S L
Decimal 5 51 53 0.91 0.04 0 0.79 182.5 0.83 0.11
Hex 5 33 35 5B 4 0 4F B6 53 B
Octal 5 63 65 133 4 0 117 266 123 13
Binary 101 110011 110101 1011011 100 0 1001111 10110110 1010011 1011

Color Harmonies of #053335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053335

Black with #053335

Text Example


Text Example

White with #053335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053335; }

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

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

background-color css

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

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

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

border-color css

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

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

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