Html Css Color HEX #5598DE Picton Blue

📋 copy color: '#5598DE'

red 85 ◦ green 152 ◦ blue 222

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

Shades of Picton Blue #5598DE

Tints of Picton Blue #5598DE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.12%

 BLUE value IS 222 (87.11% from 255) = 48.37%

R = 18.52%
G = 33.12%
B = 48.37%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5598DE (or 0x5598DE) is known color: Picton Blue. HEX triplet: 55, 98 and DE. RGB value is (85,152,222). Sum of RGB (Red+Green+Blue) = 85+152+222=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #5598DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5598DE is #AA6721. Grayscale: #8B8B8B. Windows color (decimal): -11167522 or 14587989. OLE color: 14587989.

HSL color Cylindrical-coordinate representation of color #5598DE: hue angle of 210.66º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5598DE is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 152 222 -
CMYK 0.62 0.32 0 0.13
HSL 210.66º 0.67% 0.6% -
HSV(B) 210.66º 0.62% 0.87% -
XYZ 28.16 29.66 73.35 -
YUV 139.95 174.3 88.81 -
System Red Green Blue C M Y K H S L
Decimal 85 152 222 0.62 0.32 0 0.13 210.66 0.67 0.6
Hex 55 98 DE 3E 20 0 D D3 43 3C
Octal 125 230 336 76 40 0 15 323 103 74
Binary 1010101 10011000 11011110 111110 100000 0 1101 11010011 1000011 111100

Color Harmonies of #5598DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5598DE

Black with #5598DE

Text Example


Text Example

White with #5598DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5598DE; }

 p { color: rgb(85,152,222); }

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

background-color css

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

 a { background-color: rgb(85,152,222); }

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

border-color css

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

 span { border-color: rgb(85,152,222); }

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