Html Css Color HEX #5C99DB Picton Blue

📋 copy color: '#5C99DB'

red 92 ◦ green 153 ◦ blue 219

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

Shades of Picton Blue #5C99DB

Tints of Picton Blue #5C99DB

RGB

 RED value IS 92 (36.33% from 255) = 19.83%

 GREEN value IS 153 (60.16% from 255) = 32.97%

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 19.83%
G = 32.97%
B = 47.2%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5C99DB (or 0x5C99DB) is known color: Picton Blue. HEX triplet: 5C, 99 and DB. RGB value is (92,153,219). Sum of RGB (Red+Green+Blue) = 92+153+219=464 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.83% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C99DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C99DB is #A36624. Grayscale: #8D8D8D. Windows color (decimal): -10708517 or 14391644. OLE color: 14391644.

HSL color Cylindrical-coordinate representation of color #5C99DB: hue angle of 211.18º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C99DB is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 153 219 -
CMYK 0.58 0.30 0 0.14
HSL 211.18º 0.64% 0.61% -
HSV(B) 211.18º 0.58% 0.86% -
XYZ 28.59 30.17 71.33 -
YUV 142.29 171.29 92.13 -
System Red Green Blue C M Y K H S L
Decimal 92 153 219 0.58 0.30 0 0.14 211.18 0.64 0.61
Hex 5C 99 DB 3A 1E 0 E D3 40 3D
Octal 134 231 333 72 36 0 16 323 100 75
Binary 1011100 10011001 11011011 111010 11110 0 1110 11010011 1000000 111101

Color Harmonies of #5C99DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C99DB

Black with #5C99DB

Text Example


Text Example

White with #5C99DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C99DB; }

 p { color: rgb(92,153,219); }

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

background-color css

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

 a { background-color: rgb(92,153,219); }

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

border-color css

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

 span { border-color: rgb(92,153,219); }

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