Html Css Color HEX #5A94CA Picton Blue

📋 copy color: '#5A94CA'

red 90 ◦ green 148 ◦ blue 202

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

Shades of Picton Blue #5A94CA

Tints of Picton Blue #5A94CA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.64%

 BLUE value IS 202 (79.3% from 255) = 45.91%

R = 20.45%
G = 33.64%
B = 45.91%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5A94CA (or 0x5A94CA) is known color: Picton Blue. HEX triplet: 5A, 94 and CA. RGB value is (90,148,202). Sum of RGB (Red+Green+Blue) = 90+148+202=440 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.45% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A94CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A94CA is #A56B35. Grayscale: #888888. Windows color (decimal): -10840886 or 13276250. OLE color: 13276250.

HSL color Cylindrical-coordinate representation of color #5A94CA: hue angle of 208.93º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A94CA is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 148 202 -
CMYK 0.55 0.27 0 0.21
HSL 208.93º 0.51% 0.57% -
HSV(B) 208.93º 0.55% 0.79% -
XYZ 25.47 27.62 59.87 -
YUV 136.81 164.78 94.61 -
System Red Green Blue C M Y K H S L
Decimal 90 148 202 0.55 0.27 0 0.21 208.93 0.51 0.57
Hex 5A 94 CA 37 1B 0 15 D1 33 39
Octal 132 224 312 67 33 0 25 321 63 71
Binary 1011010 10010100 11001010 110111 11011 0 10101 11010001 110011 111001

Color Harmonies of #5A94CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A94CA

Black with #5A94CA

Text Example


Text Example

White with #5A94CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,148,202); }

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

background-color css

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

 a { background-color: rgb(90,148,202); }

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

border-color css

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

 span { border-color: rgb(90,148,202); }

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