Html Css Color HEX #5A8FD7 Picton Blue

📋 copy color: '#5A8FD7'

red 90 ◦ green 143 ◦ blue 215

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

Shades of Picton Blue #5A8FD7

Tints of Picton Blue #5A8FD7

RGB

 RED value IS 90 (35.55% from 255) = 20.09%

 GREEN value IS 143 (56.25% from 255) = 31.92%

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

R = 20.09%
G = 31.92%
B = 47.99%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5A8FD7 (or 0x5A8FD7) is known color: Picton Blue. HEX triplet: 5A, 8F and D7. RGB value is (90,143,215). Sum of RGB (Red+Green+Blue) = 90+143+215=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 215 (84.38% from 255 or 47.99% from 448); Max value from RGB is 215 - color contains mainly: blue. Hex color #5A8FD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8FD7 is #A57028. Grayscale: #878787. Windows color (decimal): -10842153 or 14126938. OLE color: 14126938.

HSL color Cylindrical-coordinate representation of color #5A8FD7: hue angle of 214.56º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A8FD7 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 90 143 215 -
CMYK 0.58 0.33 0 0.16
HSL 214.56º 0.61% 0.6% -
HSV(B) 214.56º 0.58% 0.84% -
XYZ 26.3 26.72 68.06 -
YUV 135.36 172.94 95.65 -
System Red Green Blue C M Y K H S L
Decimal 90 143 215 0.58 0.33 0 0.16 214.56 0.61 0.6
Hex 5A 8F D7 3A 21 0 10 D7 3D 3C
Octal 132 217 327 72 41 0 20 327 75 74
Binary 1011010 10001111 11010111 111010 100001 0 10000 11010111 111101 111100

Color Harmonies of #5A8FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8FD7

Black with #5A8FD7

Text Example


Text Example

White with #5A8FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,143,215); }

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

background-color css

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

 a { background-color: rgb(90,143,215); }

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

border-color css

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

 span { border-color: rgb(90,143,215); }

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