Html Css Color HEX #5FA1CA Picton Blue

📋 copy color: '#5FA1CA'

red 95 ◦ green 161 ◦ blue 202

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

Shades of Picton Blue #5FA1CA

Tints of Picton Blue #5FA1CA

RGB

 RED value IS 95 (37.5% from 255) = 20.74%

 GREEN value IS 161 (63.28% from 255) = 35.15%

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

R = 20.74%
G = 35.15%
B = 44.1%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5FA1CA (or 0x5FA1CA) is known color: Picton Blue. HEX triplet: 5F, A1 and CA. RGB value is (95,161,202). Sum of RGB (Red+Green+Blue) = 95+161+202=458 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.74% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #5FA1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA1CA is #A05E35. Grayscale: #919191. Windows color (decimal): -10509878 or 13279583. OLE color: 13279583.

HSL color Cylindrical-coordinate representation of color #5FA1CA: hue angle of 202.99º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FA1CA is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 95 161 202 -
CMYK 0.53 0.20 0 0.21
HSL 202.99º 0.5% 0.58% -
HSV(B) 202.99º 0.53% 0.79% -
XYZ 28.12 32.19 60.61 -
YUV 145.94 159.63 91.67 -
System Red Green Blue C M Y K H S L
Decimal 95 161 202 0.53 0.20 0 0.21 202.99 0.5 0.58
Hex 5F A1 CA 35 14 0 15 CB 32 3A
Octal 137 241 312 65 24 0 25 313 62 72
Binary 1011111 10100001 11001010 110101 10100 0 10101 11001011 110010 111010

Color Harmonies of #5FA1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA1CA

Black with #5FA1CA

Text Example


Text Example

White with #5FA1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,161,202); }

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

background-color css

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

 a { background-color: rgb(95,161,202); }

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

border-color css

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

 span { border-color: rgb(95,161,202); }

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