Html Css Color HEX #052353 Sapphire

📋 copy color: '#052353'

red 5 ◦ green 35 ◦ blue 83

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

Shades of Sapphire #052353

Tints of Sapphire #052353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.46%

 BLUE value IS 83 (32.81% from 255) = 67.48%

R = 4.07%
G = 28.46%
B = 67.48%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#052353 (or 0x052353) is known color: Sapphire. HEX triplet: 05, 23 and 53. RGB value is (5,35,83). Sum of RGB (Red+Green+Blue) = 5+35+83=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 83 (32.81% from 255 or 67.48% from 123); Max value from RGB is 83 - color contains mainly: blue. Hex color #052353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052353 is #FADCAC. Grayscale: #1F1F1F. Windows color (decimal): -16440493 or 5448453. OLE color: 5448453.

HSL color Cylindrical-coordinate representation of color #052353: hue angle of 216.92º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052353 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 35 83 -
CMYK 0.94 0.58 0 0.67
HSL 216.92º 0.89% 0.17% -
HSV(B) 216.92º 0.94% 0.33% -
XYZ 2.22 1.86 8.43 -
YUV 31.5 157.06 109.1 -
System Red Green Blue C M Y K H S L
Decimal 5 35 83 0.94 0.58 0 0.67 216.92 0.89 0.17
Hex 5 23 53 5E 3A 0 43 D9 59 11
Octal 5 43 123 136 72 0 103 331 131 21
Binary 101 100011 1010011 1011110 111010 0 1000011 11011001 1011001 10001

Color Harmonies of #052353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052353

Black with #052353

Text Example


Text Example

White with #052353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052353; }

 p { color: rgb(5,35,83); }

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

background-color css

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

 a { background-color: rgb(5,35,83); }

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

border-color css

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

 span { border-color: rgb(5,35,83); }

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