Html Css Color HEX #5A9BCF Picton Blue

📋 copy color: '#5A9BCF'

red 90 ◦ green 155 ◦ blue 207

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

Shades of Picton Blue #5A9BCF

Tints of Picton Blue #5A9BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.29%

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

R = 19.91%
G = 34.29%
B = 45.8%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A9BCF (or 0x5A9BCF) is known color: Picton Blue. HEX triplet: 5A, 9B and CF. RGB value is (90,155,207). Sum of RGB (Red+Green+Blue) = 90+155+207=452 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.91% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A9BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9BCF is #A56430. Grayscale: #8D8D8D. Windows color (decimal): -10839089 or 13605722. OLE color: 13605722.

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

Color convert

RGB 90 155 207 -
CMYK 0.57 0.25 0 0.19
HSL 206.67º 0.55% 0.58% -
HSV(B) 206.67º 0.57% 0.81% -
XYZ 27.2 30.12 63.41 -
YUV 141.49 164.97 91.27 -
System Red Green Blue C M Y K H S L
Decimal 90 155 207 0.57 0.25 0 0.19 206.67 0.55 0.58
Hex 5A 9B CF 39 19 0 13 CF 37 3A
Octal 132 233 317 71 31 0 23 317 67 72
Binary 1011010 10011011 11001111 111001 11001 0 10011 11001111 110111 111010

Color Harmonies of #5A9BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9BCF

Black with #5A9BCF

Text Example


Text Example

White with #5A9BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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