Html Css Color HEX #053135 Nordic

📋 copy color: '#053135'

red 5 ◦ green 49 ◦ blue 53

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

Shades of Nordic #053135

Tints of Nordic #053135

RGB

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

 GREEN value IS 49 (19.53% from 255) = 45.79%

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

R = 4.67%
G = 45.79%
B = 49.53%

CMYK

 C value IS 0.91

 M value IS 0.08

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#053135 (or 0x053135) is known color: Nordic. HEX triplet: 05, 31 and 35. RGB value is (5,49,53). Sum of RGB (Red+Green+Blue) = 5+49+53=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 53 (21.09% from 255 or 49.53% from 107); Max value from RGB is 53 - color contains mainly: blue. Hex color #053135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053135 is #FACECA. Grayscale: #242424. Windows color (decimal): -16436939 or 3485957. OLE color: 3485957.

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

Color convert

RGB 5 49 53 -
CMYK 0.91 0.08 0 0.79
HSL 185º 0.83% 0.11% -
HSV(B) 185º 0.91% 0.21% -
XYZ 1.8 2.49 3.75 -
YUV 36.3 137.42 105.67 -
System Red Green Blue C M Y K H S L
Decimal 5 49 53 0.91 0.08 0 0.79 185 0.83 0.11
Hex 5 31 35 5B 8 0 4F B9 53 B
Octal 5 61 65 133 10 0 117 271 123 13
Binary 101 110001 110101 1011011 1000 0 1001111 10111001 1010011 1011

Color Harmonies of #053135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053135

Black with #053135

Text Example


Text Example

White with #053135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053135; }

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

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

background-color css

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

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

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

border-color css

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

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

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