Html Css Color HEX #5AA5CF Picton Blue

📋 copy color: '#5AA5CF'

red 90 ◦ green 165 ◦ blue 207

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

Shades of Picton Blue #5AA5CF

Tints of Picton Blue #5AA5CF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.71%

 BLUE value IS 207 (81.25% from 255) = 44.81%

R = 19.48%
G = 35.71%
B = 44.81%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5AA5CF (or 0x5AA5CF) is known color: Picton Blue. HEX triplet: 5A, A5 and CF. RGB value is (90,165,207). Sum of RGB (Red+Green+Blue) = 90+165+207=462 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.48% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #5AA5CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA5CF is #A55A30. Grayscale: #939393. Windows color (decimal): -10836529 or 13608282. OLE color: 13608282.

HSL color Cylindrical-coordinate representation of color #5AA5CF: hue angle of 201.54º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AA5CF is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 165 207 -
CMYK 0.57 0.20 0 0.19
HSL 201.54º 0.55% 0.58% -
HSV(B) 201.54º 0.57% 0.81% -
XYZ 28.93 33.59 63.99 -
YUV 147.36 161.65 87.08 -
System Red Green Blue C M Y K H S L
Decimal 90 165 207 0.57 0.20 0 0.19 201.54 0.55 0.58
Hex 5A A5 CF 39 14 0 13 CA 37 3A
Octal 132 245 317 71 24 0 23 312 67 72
Binary 1011010 10100101 11001111 111001 10100 0 10011 11001010 110111 111010

Color Harmonies of #5AA5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA5CF

Black with #5AA5CF

Text Example


Text Example

White with #5AA5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,165,207); }

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

background-color css

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

 a { background-color: rgb(90,165,207); }

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

border-color css

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

 span { border-color: rgb(90,165,207); }

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