Html Css Color HEX #053035 Nordic

📋 copy color: '#053035'

red 5 ◦ green 48 ◦ blue 53

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

Shades of Nordic #053035

Tints of Nordic #053035

RGB

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

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

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

R = 4.72%
G = 45.28%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#053035 (or 0x053035) is known color: Nordic. HEX triplet: 05, 30 and 35. RGB value is (5,48,53). Sum of RGB (Red+Green+Blue) = 5+48+53=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 53 (21.09% from 255 or 50% from 106); Max value from RGB is 53 - color contains mainly: blue. Hex color #053035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053035 is #FACFCA. Grayscale: #232323. Windows color (decimal): -16437195 or 3485701. OLE color: 3485701.

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

Color convert

RGB 5 48 53 -
CMYK 0.91 0.09 0 0.79
HSL 186.25º 0.83% 0.11% -
HSV(B) 186.25º 0.91% 0.21% -
XYZ 1.76 2.4 3.74 -
YUV 35.71 137.75 106.09 -
System Red Green Blue C M Y K H S L
Decimal 5 48 53 0.91 0.09 0 0.79 186.25 0.83 0.11
Hex 5 30 35 5B 9 0 4F BA 53 B
Octal 5 60 65 133 11 0 117 272 123 13
Binary 101 110000 110101 1011011 1001 0 1001111 10111010 1010011 1011

Color Harmonies of #053035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053035

Black with #053035

Text Example


Text Example

White with #053035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053035; }

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

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

background-color css

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

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

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

border-color css

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

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

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