Html Css Color HEX #5599CA Picton Blue

📋 copy color: '#5599CA'

red 85 ◦ green 153 ◦ blue 202

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

Shades of Picton Blue #5599CA

Tints of Picton Blue #5599CA

RGB

 RED value IS 85 (33.59% from 255) = 19.32%

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

 BLUE value IS 202 (79.3% from 255) = 45.91%

R = 19.32%
G = 34.77%
B = 45.91%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5599CA (or 0x5599CA) is known color: Picton Blue. HEX triplet: 55, 99 and CA. RGB value is (85,153,202). Sum of RGB (Red+Green+Blue) = 85+153+202=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #5599CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5599CA is #AA6635. Grayscale: #898989. Windows color (decimal): -11167286 or 13277525. OLE color: 13277525.

HSL color Cylindrical-coordinate representation of color #5599CA: hue angle of 205.13º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5599CA is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 153 202 -
CMYK 0.58 0.24 0 0.21
HSL 205.13º 0.52% 0.56% -
HSV(B) 205.13º 0.58% 0.79% -
XYZ 25.8 28.98 60.11 -
YUV 138.25 163.97 90.02 -
System Red Green Blue C M Y K H S L
Decimal 85 153 202 0.58 0.24 0 0.21 205.13 0.52 0.56
Hex 55 99 CA 3A 18 0 15 CD 34 38
Octal 125 231 312 72 30 0 25 315 64 70
Binary 1010101 10011001 11001010 111010 11000 0 10101 11001101 110100 111000

Color Harmonies of #5599CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5599CA

Black with #5599CA

Text Example


Text Example

White with #5599CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5599CA; }

 p { color: rgb(85,153,202); }

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

background-color css

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

 a { background-color: rgb(85,153,202); }

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

border-color css

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

 span { border-color: rgb(85,153,202); }

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