Html Css Color HEX #558ED7 Picton Blue

📋 copy color: '#558ED7'

red 85 ◦ green 142 ◦ blue 215

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

Shades of Picton Blue #558ED7

Tints of Picton Blue #558ED7

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.13%

 BLUE value IS 215 (84.38% from 255) = 48.64%

R = 19.23%
G = 32.13%
B = 48.64%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#558ED7 (or 0x558ED7) is known color: Picton Blue. HEX triplet: 55, 8E and D7. RGB value is (85,142,215). Sum of RGB (Red+Green+Blue) = 85+142+215=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 215 (84.38% from 255 or 48.64% from 442); Max value from RGB is 215 - color contains mainly: blue. Hex color #558ED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ED7 is #AA7128. Grayscale: #848484. Windows color (decimal): -11170089 or 14126677. OLE color: 14126677.

HSL color Cylindrical-coordinate representation of color #558ED7: hue angle of 213.69º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #558ED7 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 142 215 -
CMYK 0.60 0.34 0 0.16
HSL 213.69º 0.62% 0.59% -
HSV(B) 213.69º 0.6% 0.84% -
XYZ 25.69 26.18 67.99 -
YUV 133.28 174.12 93.56 -
System Red Green Blue C M Y K H S L
Decimal 85 142 215 0.60 0.34 0 0.16 213.69 0.62 0.59
Hex 55 8E D7 3C 22 0 10 D6 3E 3B
Octal 125 216 327 74 42 0 20 326 76 73
Binary 1010101 10001110 11010111 111100 100010 0 10000 11010110 111110 111011

Color Harmonies of #558ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558ED7

Black with #558ED7

Text Example


Text Example

White with #558ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558ED7; }

 p { color: rgb(85,142,215); }

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

background-color css

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

 a { background-color: rgb(85,142,215); }

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

border-color css

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

 span { border-color: rgb(85,142,215); }

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