Html Css Color HEX #053439 Nordic

📋 copy color: '#053439'

red 5 ◦ green 52 ◦ blue 57

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

Shades of Nordic #053439

Tints of Nordic #053439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 45.61%

 BLUE value IS 57 (22.66% from 255) = 50%

R = 4.39%
G = 45.61%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#053439 (or 0x053439) is known color: Nordic. HEX triplet: 05, 34 and 39. RGB value is (5,52,57). Sum of RGB (Red+Green+Blue) = 5+52+57=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #053439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053439 is #FACBC6. Grayscale: #262626. Windows color (decimal): -16436167 or 3748869. OLE color: 3748869.

HSL color Cylindrical-coordinate representation of color #053439: hue angle of 185.77º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053439 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 52 57 -
CMYK 0.91 0.09 0 0.78
HSL 185.77º 0.84% 0.12% -
HSV(B) 185.77º 0.91% 0.22% -
XYZ 2.03 2.78 4.3 -
YUV 38.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 5 52 57 0.91 0.09 0 0.78 185.77 0.84 0.12
Hex 5 34 39 5B 9 0 4E BA 54 C
Octal 5 64 71 133 11 0 116 272 124 14
Binary 101 110100 111001 1011011 1001 0 1001110 10111010 1010100 1100

Color Harmonies of #053439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053439

Black with #053439

Text Example


Text Example

White with #053439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053439; }

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

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

background-color css

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

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

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

border-color css

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

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

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