Html Css Color HEX #052650 Sapphire

📋 copy color: '#052650'

red 5 ◦ green 38 ◦ blue 80

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

Shades of Sapphire #052650

Tints of Sapphire #052650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 65.04%

R = 4.07%
G = 30.89%
B = 65.04%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#052650 (or 0x052650) is known color: Sapphire. HEX triplet: 05, 26 and 50. RGB value is (5,38,80). Sum of RGB (Red+Green+Blue) = 5+38+80=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #052650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052650 is #FAD9AF. Grayscale: #202020. Windows color (decimal): -16439728 or 5252613. OLE color: 5252613.

HSL color Cylindrical-coordinate representation of color #052650: hue angle of 213.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052650 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 38 80 -
CMYK 0.94 0.52 0 0.69
HSL 213.6º 0.88% 0.17% -
HSV(B) 213.6º 0.94% 0.31% -
XYZ 2.2 2 7.86 -
YUV 32.92 154.57 108.08 -
System Red Green Blue C M Y K H S L
Decimal 5 38 80 0.94 0.52 0 0.69 213.6 0.88 0.17
Hex 5 26 50 5E 34 0 45 D6 58 11
Octal 5 46 120 136 64 0 105 326 130 21
Binary 101 100110 1010000 1011110 110100 0 1000101 11010110 1011000 10001

Color Harmonies of #052650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052650

Black with #052650

Text Example


Text Example

White with #052650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052650; }

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

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

background-color css

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

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

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

border-color css

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

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

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