Html Css Color HEX #052F35 Nordic

📋 copy color: '#052F35'

red 5 ◦ green 47 ◦ blue 53

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

Shades of Nordic #052F35

Tints of Nordic #052F35

RGB

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

 GREEN value IS 47 (18.75% from 255) = 44.76%

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

R = 4.76%
G = 44.76%
B = 50.48%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#052F35 (or 0x052F35) is known color: Nordic. HEX triplet: 05, 2F and 35. RGB value is (5,47,53). Sum of RGB (Red+Green+Blue) = 5+47+53=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 47 (18.75% from 255 or 44.76% from 105); Blue value is 53 (21.09% from 255 or 50.48% from 105); Max value from RGB is 53 - color contains mainly: blue. Hex color #052F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052F35 is #FAD0CA. Grayscale: #232323. Windows color (decimal): -16437451 or 3485445. OLE color: 3485445.

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

Color convert

RGB 5 47 53 -
CMYK 0.91 0.11 0 0.79
HSL 187.5º 0.83% 0.11% -
HSV(B) 187.5º 0.91% 0.21% -
XYZ 1.72 2.32 3.73 -
YUV 35.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 5 47 53 0.91 0.11 0 0.79 187.5 0.83 0.11
Hex 5 2F 35 5B B 0 4F BC 53 B
Octal 5 57 65 133 13 0 117 274 123 13
Binary 101 101111 110101 1011011 1011 0 1001111 10111100 1010011 1011

Color Harmonies of #052F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052F35

Black with #052F35

Text Example


Text Example

White with #052F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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