Html Css Color HEX #052638 Tangaroa

📋 copy color: '#052638'

red 5 ◦ green 38 ◦ blue 56

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

Shades of Tangaroa #052638

Tints of Tangaroa #052638

RGB

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

 GREEN value IS 38 (15.23% from 255) = 38.38%

 BLUE value IS 56 (22.27% from 255) = 56.57%

R = 5.05%
G = 38.38%
B = 56.57%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#052638 (or 0x052638) is known color: Tangaroa. HEX triplet: 05, 26 and 38. RGB value is (5,38,56). Sum of RGB (Red+Green+Blue) = 5+38+56=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 38 (15.23% from 255 or 38.38% from 99); Blue value is 56 (22.27% from 255 or 56.57% from 99); Max value from RGB is 56 - color contains mainly: blue. Hex color #052638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052638 is #FAD9C7. Grayscale: #1E1E1E. Windows color (decimal): -16439752 or 3679749. OLE color: 3679749.

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

Color convert

RGB 5 38 56 -
CMYK 0.91 0.32 0 0.78
HSL 201.18º 0.84% 0.12% -
HSV(B) 201.18º 0.91% 0.22% -
XYZ 1.47 1.7 3.99 -
YUV 30.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 5 38 56 0.91 0.32 0 0.78 201.18 0.84 0.12
Hex 5 26 38 5B 20 0 4E C9 54 C
Octal 5 46 70 133 40 0 116 311 124 14
Binary 101 100110 111000 1011011 100000 0 1001110 11001001 1010100 1100

Color Harmonies of #052638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052638

Black with #052638

Text Example


Text Example

White with #052638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052638; }

 p { color: rgb(5,38,56); }

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

background-color css

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

 a { background-color: rgb(5,38,56); }

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

border-color css

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

 span { border-color: rgb(5,38,56); }

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