Html Css Color HEX #5A9ACC Picton Blue

📋 copy color: '#5A9ACC'

red 90 ◦ green 154 ◦ blue 204

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

Shades of Picton Blue #5A9ACC

Tints of Picton Blue #5A9ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 20.09%
G = 34.38%
B = 45.54%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5A9ACC (or 0x5A9ACC) is known color: Picton Blue. HEX triplet: 5A, 9A and CC. RGB value is (90,154,204). Sum of RGB (Red+Green+Blue) = 90+154+204=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A9ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9ACC is #A56533. Grayscale: #8C8C8C. Windows color (decimal): -10839348 or 13408858. OLE color: 13408858.

HSL color Cylindrical-coordinate representation of color #5A9ACC: hue angle of 206.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A9ACC is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 90 154 204 -
CMYK 0.56 0.25 0 0.2
HSL 206.32º 0.53% 0.58% -
HSV(B) 206.32º 0.56% 0.8% -
XYZ 26.67 29.64 61.44 -
YUV 140.56 163.8 91.93 -
System Red Green Blue C M Y K H S L
Decimal 90 154 204 0.56 0.25 0 0.2 206.32 0.53 0.58
Hex 5A 9A CC 38 19 0 14 CE 35 3A
Octal 132 232 314 70 31 0 24 316 65 72
Binary 1011010 10011010 11001100 111000 11001 0 10100 11001110 110101 111010

Color Harmonies of #5A9ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9ACC

Black with #5A9ACC

Text Example


Text Example

White with #5A9ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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