Html Css Color HEX #5CACD0 Picton Blue

📋 copy color: '#5CACD0'

red 92 ◦ green 172 ◦ blue 208

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

Shades of Picton Blue #5CACD0

Tints of Picton Blue #5CACD0

RGB

 RED value IS 92 (36.33% from 255) = 19.49%

 GREEN value IS 172 (67.58% from 255) = 36.44%

 BLUE value IS 208 (81.64% from 255) = 44.07%

R = 19.49%
G = 36.44%
B = 44.07%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5CACD0 (or 0x5CACD0) is known color: Picton Blue. HEX triplet: 5C, AC and D0. RGB value is (92,172,208). Sum of RGB (Red+Green+Blue) = 92+172+208=472 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.49% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #5CACD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CACD0 is #A3532F. Grayscale: #979797. Windows color (decimal): -10703664 or 13675612. OLE color: 13675612.

HSL color Cylindrical-coordinate representation of color #5CACD0: hue angle of 198.62º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CACD0 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 92 172 208 -
CMYK 0.56 0.17 0 0.18
HSL 198.62º 0.55% 0.59% -
HSV(B) 198.62º 0.56% 0.82% -
XYZ 30.55 36.33 65.08 -
YUV 152.18 159.5 85.07 -
System Red Green Blue C M Y K H S L
Decimal 92 172 208 0.56 0.17 0 0.18 198.62 0.55 0.59
Hex 5C AC D0 38 11 0 12 C7 37 3B
Octal 134 254 320 70 21 0 22 307 67 73
Binary 1011100 10101100 11010000 111000 10001 0 10010 11000111 110111 111011

Color Harmonies of #5CACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CACD0

Black with #5CACD0

Text Example


Text Example

White with #5CACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,172,208); }

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

background-color css

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

 a { background-color: rgb(92,172,208); }

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

border-color css

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

 span { border-color: rgb(92,172,208); }

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