Html Css Color HEX #10565C Blue Stone

📋 copy color: '#10565C'

red 16 ◦ green 86 ◦ blue 92

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

Shades of Blue Stone #10565C

Tints of Blue Stone #10565C

RGB

 RED value IS 16 (6.64% from 255) = 8.25%

 GREEN value IS 86 (33.98% from 255) = 44.33%

 BLUE value IS 92 (36.33% from 255) = 47.42%

R = 8.25%
G = 44.33%
B = 47.42%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10565C (or 0x10565C) is known color: Blue Stone. HEX triplet: 10, 56 and 5C. RGB value is (16,86,92). Sum of RGB (Red+Green+Blue) = 16+86+92=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #10565C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10565C is #EFA9A3. Grayscale: #414141. Windows color (decimal): -15706532 or 6051344. OLE color: 6051344.

HSL color Cylindrical-coordinate representation of color #10565C: hue angle of 184.74º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10565C is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 86 92 -
CMYK 0.83 0.07 0 0.64
HSL 184.74º 0.7% 0.21% -
HSV(B) 184.74º 0.83% 0.36% -
XYZ 5.47 7.54 11.29 -
YUV 65.75 142.81 92.51 -
System Red Green Blue C M Y K H S L
Decimal 16 86 92 0.83 0.07 0 0.64 184.74 0.7 0.21
Hex 10 56 5C 53 7 0 40 B9 46 15
Octal 20 126 134 123 7 0 100 271 106 25
Binary 10000 1010110 1011100 1010011 111 0 1000000 10111001 1000110 10101

Color Harmonies of #10565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10565C

Black with #10565C

Text Example


Text Example

White with #10565C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10565C; }

 p { color: rgb(16,86,92); }

 H1.HeaderClassName
 {
   color: #10565C;
 }
 .AnyTagClassName
 {
   color: #10565C;
 }
</style>

background-color css

<style>
 a { background-color: #10565C; }

 a { background-color: rgb(16,86,92); }

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

border-color css

<style>
 span { border-color: #10565C; }

 span { border-color: rgb(16,86,92); }

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