Html Css Color HEX #052658 Sapphire

📋 copy color: '#052658'

red 5 ◦ green 38 ◦ blue 88

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

Shades of Sapphire #052658

Tints of Sapphire #052658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 67.18%

R = 3.82%
G = 29.01%
B = 67.18%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#052658 (or 0x052658) is known color: Sapphire. HEX triplet: 05, 26 and 58. RGB value is (5,38,88). Sum of RGB (Red+Green+Blue) = 5+38+88=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 88 (34.77% from 255 or 67.18% from 131); Max value from RGB is 88 - color contains mainly: blue. Hex color #052658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052658 is #FAD9A7. Grayscale: #212121. Windows color (decimal): -16439720 or 5776901. OLE color: 5776901.

HSL color Cylindrical-coordinate representation of color #052658: hue angle of 216.14º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052658 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 38 88 -
CMYK 0.94 0.57 0 0.65
HSL 216.14º 0.89% 0.18% -
HSV(B) 216.14º 0.94% 0.35% -
XYZ 2.52 2.12 9.51 -
YUV 33.83 158.57 107.43 -
System Red Green Blue C M Y K H S L
Decimal 5 38 88 0.94 0.57 0 0.65 216.14 0.89 0.18
Hex 5 26 58 5E 39 0 41 D8 59 12
Octal 5 46 130 136 71 0 101 330 131 22
Binary 101 100110 1011000 1011110 111001 0 1000001 11011000 1011001 10010

Color Harmonies of #052658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052658

Black with #052658

Text Example


Text Example

White with #052658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052658; }

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

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

background-color css

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

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

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

border-color css

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

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

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