Html Css Color HEX #5A9ACF Picton Blue

📋 copy color: '#5A9ACF'

red 90 ◦ green 154 ◦ blue 207

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

Shades of Picton Blue #5A9ACF

Tints of Picton Blue #5A9ACF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.15%

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

R = 19.96%
G = 34.15%
B = 45.9%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A9ACF (or 0x5A9ACF) is known color: Picton Blue. HEX triplet: 5A, 9A and CF. RGB value is (90,154,207). Sum of RGB (Red+Green+Blue) = 90+154+207=451 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.96% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A9ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9ACF is #A56530. Grayscale: #8C8C8C. Windows color (decimal): -10839345 or 13605466. OLE color: 13605466.

HSL color Cylindrical-coordinate representation of color #5A9ACF: hue angle of 207.18º 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 #5A9ACF is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 154 207 -
CMYK 0.57 0.26 0 0.19
HSL 207.18º 0.55% 0.58% -
HSV(B) 207.18º 0.57% 0.81% -
XYZ 27.03 29.79 63.36 -
YUV 140.91 165.3 91.69 -
System Red Green Blue C M Y K H S L
Decimal 90 154 207 0.57 0.26 0 0.19 207.18 0.55 0.58
Hex 5A 9A CF 39 1A 0 13 CF 37 3A
Octal 132 232 317 71 32 0 23 317 67 72
Binary 1011010 10011010 11001111 111001 11010 0 10011 11001111 110111 111010

Color Harmonies of #5A9ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9ACF

Black with #5A9ACF

Text Example


Text Example

White with #5A9ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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