Html Css Color HEX #5D9CCB Picton Blue

📋 copy color: '#5D9CCB'

red 93 ◦ green 156 ◦ blue 203

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

Shades of Picton Blue #5D9CCB

Tints of Picton Blue #5D9CCB

RGB

 RED value IS 93 (36.72% from 255) = 20.58%

 GREEN value IS 156 (61.33% from 255) = 34.51%

 BLUE value IS 203 (79.69% from 255) = 44.91%

R = 20.58%
G = 34.51%
B = 44.91%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D9CCB (or 0x5D9CCB) is known color: Picton Blue. HEX triplet: 5D, 9C and CB. RGB value is (93,156,203). Sum of RGB (Red+Green+Blue) = 93+156+203=452 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.58% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D9CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D9CCB is #A26334. Grayscale: #8E8E8E. Windows color (decimal): -10642229 or 13343837. OLE color: 13343837.

HSL color Cylindrical-coordinate representation of color #5D9CCB: hue angle of 205.64º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D9CCB is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 156 203 -
CMYK 0.54 0.23 0 0.20
HSL 205.64º 0.51% 0.58% -
HSV(B) 205.64º 0.54% 0.8% -
XYZ 27.18 30.42 60.94 -
YUV 142.52 162.13 92.68 -
System Red Green Blue C M Y K H S L
Decimal 93 156 203 0.54 0.23 0 0.20 205.64 0.51 0.58
Hex 5D 9C CB 36 17 0 14 CE 33 3A
Octal 135 234 313 66 27 0 24 316 63 72
Binary 1011101 10011100 11001011 110110 10111 0 10100 11001110 110011 111010

Color Harmonies of #5D9CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9CCB

Black with #5D9CCB

Text Example


Text Example

White with #5D9CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,156,203); }

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

background-color css

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

 a { background-color: rgb(93,156,203); }

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

border-color css

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

 span { border-color: rgb(93,156,203); }

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