Html Css Color HEX #5795CA Picton Blue

📋 copy color: '#5795CA'

red 87 ◦ green 149 ◦ blue 202

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

Shades of Picton Blue #5795CA

Tints of Picton Blue #5795CA

RGB

 RED value IS 87 (34.38% from 255) = 19.86%

 GREEN value IS 149 (58.59% from 255) = 34.02%

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

R = 19.86%
G = 34.02%
B = 46.12%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5795CA (or 0x5795CA) is known color: Picton Blue. HEX triplet: 57, 95 and CA. RGB value is (87,149,202). Sum of RGB (Red+Green+Blue) = 87+149+202=438 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.86% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #5795CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5795CA is #A86A35. Grayscale: #888888. Windows color (decimal): -11037238 or 13276503. OLE color: 13276503.

HSL color Cylindrical-coordinate representation of color #5795CA: hue angle of 207.65º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5795CA is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 87 149 202 -
CMYK 0.57 0.26 0 0.21
HSL 207.65º 0.52% 0.57% -
HSV(B) 207.65º 0.57% 0.79% -
XYZ 25.34 27.79 59.9 -
YUV 136.5 164.96 92.69 -
System Red Green Blue C M Y K H S L
Decimal 87 149 202 0.57 0.26 0 0.21 207.65 0.52 0.57
Hex 57 95 CA 39 1A 0 15 D0 34 39
Octal 127 225 312 71 32 0 25 320 64 71
Binary 1010111 10010101 11001010 111001 11010 0 10101 11010000 110100 111001

Color Harmonies of #5795CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5795CA

Black with #5795CA

Text Example


Text Example

White with #5795CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5795CA; }

 p { color: rgb(87,149,202); }

 H1.HeaderClassName
 {
   color: #5795CA;
 }
 .AnyTagClassName
 {
   color: #5795CA;
 }
</style>

background-color css

<style>
 a { background-color: #5795CA; }

 a { background-color: rgb(87,149,202); }

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

border-color css

<style>
 span { border-color: #5795CA; }

 span { border-color: rgb(87,149,202); }

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